home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / man379.lha / doc / guide2man.doc < prev    next >
Text File  |  1995-02-04  |  1KB  |  47 lines

  1.  
  2. ; guide2man ...for sas/c
  3. ; Sat Feb 04 00:22:13 1995
  4.  
  5. guide2man(8) - maint
  6.  
  7. NAME:
  8.  
  9. guide2man - convert SAS/C AmigaGuide help to man pages (37.9, Feb 95)
  10.  
  11. SYNOPSIS:
  12.  
  13. guide2man sclibguide outputdir
  14.  
  15. sclibguide = full path to _sc:help/sc\_lib.guide_;
  16. outputdir = path, should be _man:man3/_ (note slash)
  17.  
  18. DESCRIPTION:
  19.  
  20. This is one of the most crucial tools of the package.  When supplied with
  21. an AmigaGuide format help file from the SAS/C package, {guide2man} will create
  22. individual man pages based on the C library functions discussed within.
  23.  
  24. It is recommended that this utility be used if you are an SAS/C programmer --
  25. you will then have the entire sc.lib function library reference at your
  26. fingertips for checking syntax, examples, purpose and so on.  The resulting
  27. files will consume about 470 kb of disk space, so be warned!
  28.  
  29. NOTE:
  30.  
  31. {guide2man} was designed for use with the SAS/C 6.50 sc\_lib.guide and HAS NOT
  32. been tested with any other versions.  |Therefore no guarantees are made!|
  33.  
  34. If you have a different version of SAS/C, please let me know and I will send
  35. you guide2man.c for modifications.
  36.  
  37. BUGS:
  38.  
  39. No validity check is done on the filenames generated by the entries in the
  40. AmigaGuide file.  It is known that some may cause problems -- e.g., a file
  41. called _"DiskfontBase".3_ is generated for DiskfontBase, quotes inclusive.
  42.  
  43. SEE ALSO:
  44.  
  45. {doc2man}, {man2doc}, {man}, SAS/C help files
  46.  
  47.